-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement first pass at simple plugins #261
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The implementation looks good, just left some comments on documentation and the test
Also, the docs are building with Sphinx 6.x now, and it looks like it now makes permalinks to docstring attributes. You might be able to reference these with |
Proposed changes
This is a very simple first crack at resolving #260. It's entirely possible there's some potential complexity I'm missing, so I wanted to open this up for comment before adding to the Sphinx docs. Please feel free to take a look despite the fact that this is in draft mode.
Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you are unsure about any of the choices, don't hesitate to ask!Notes
All PRs will undergo the unit testing before being reviewed. You may be requested to explain or make additional changes before the PR is accepted.